'Declaration Public Overloads Shared Function ConvertTarget<TSourceTargetThe type of source target.>( _
ByVal nameИмя команды обработки.As System.String, _
ByVal ParamArray commandsМассив команд обработки для ретаргетинга.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TSourceTargetThe type of source target.)
public static IProcessingCommand<TTarget> ConvertTarget<TSourceTarget>(
System.String name,
params IProcessingCommand<TTarget> commands
)
public: static IProcessingCommand<TTarget*>* ConvertTarget<TSourceTarget>(
System.String name,
params IProcessingCommand<TTarget*>* commands
)
generic<typename TSourceTarget> public:
static IProcessingCommand<TTarget^>^ ConvertTarget(
System.String name,
... IProcessingCommand<TTarget^>^ commands
)
Parameters
- name
- Имя команды обработки.
- commands
- Массив команд обработки для ретаргетинга.
Type Parameters
- TSourceTarget
- The type of source target.
Return Value
Обработка команды с новым типом цели.